net/http.connReader.conn (field)
10 uses
net/http (current package)
server.go#L648: conn *conn
server.go#L678: cr.conn.rwc.SetReadDeadline(time.Time{})
server.go#L683: n, err := cr.conn.rwc.Read(cr.byteBuf[:])
server.go#L729: cr.conn.rwc.SetReadDeadline(aLongTimeAgo)
server.go#L733: cr.conn.rwc.SetReadDeadline(time.Time{})
server.go#L751: cr.conn.cancelCtx()
server.go#L757: res := cr.conn.curReq.Load()
server.go#L767: if cr.conn.hijacked() {
server.go#L791: n, err = cr.conn.rwc.Read(p)
server.go#L1929: c.r = &connReader{conn: c}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |